@media (min-width: 1201px)
{
    .nosto-carbon .nosto-xxlarge {display: inline-block !important;}
}

/* Responsive: Large desktop */
@media (min-width: 1025px) and (max-width: 1200px)
{
    .nosto-carbon .nosto-xxlarge {display: none !important;}
}

/* Responsive: Tablet landscape */
@media (max-width: 1024px) 
{
    .nosto-carbon .nosto-xxlarge {display: none !important;}
    .nosto-startpage .nosto-product-list li {width: 180px;}
}

/* Responsive: Small tablet landscape */
@media (max-width: 800px) 
{	
    .nosto-startpage .nosto-xxlarge {display: inline-block !important;}
    .nosto-startpage .nosto-product-list li {width: 200px;}
    .nosto-default .nosto-product-list li {width: 140px;}
}

/* Responsive: Tablet portrait */
@media (max-width: 768px) 
{	
    .nosto-startpage .nosto-product-list li {width: 200px;}
}

/* Responsive: Small tablet portrait */
@media (max-width: 600px) 
{
    .nosto-carbon .nosto-product-list li {width: 150px;}
    .nosto-default .nosto-xxlarge {display: inline-block !important;}
    .nosto-default .nosto-product-list li {margin-bottom: 20px;}
}	

/* Responsive: Mobile landscape and down */
@media (max-width: 480px) 
{
    .nosto-carbon .nosto-product-list li {width: 140px;}
}

/* Responsive: Mobile portrait and down */
@media (max-width: 320px) 
{
    .nosto-default .nosto-xxlarge, 
    .nosto-default .nosto-xlarge 
    {
    	display: none !important;
    }
}